Skip to main content
Version: 5.x.x

AdapterBindingsReturnType


import { AdapterBindingsReturnType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:182

Preview

type AdapterBindingsReturnType = {
config: any;
fullUrl: string;
}

Structure

{
config: any;
fullUrl: string;
}